Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
void IList<ViewRow>.RemoveAt(
	int index
)
Visual Basic
Private Sub RemoveAt ( _
	index As Integer _
) Implements IList(Of ViewRow).RemoveAt

Parameters

index
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)

See Also